FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package rki.demis.igs#3.0.0 (125 ms)

Package rki.demis.igs
Type StructureDefinition
Id Id
FHIR Version R4
Source https://demis.rki.de/fhir/igs/https://simplifier.net/resolve?scope=rki.demis.igs@3.0.0&canonical=https://demis.rki.de/fhir/igs/StructureDefinition/NotificationSequence
Url https://demis.rki.de/fhir/igs/StructureDefinition/NotificationSequence
Version 2.0.1
Status active
Date 2024-10-31
Name NotificationSequence
Title Sequenzmeldung
Experimental False
Realm de
Description Die Sequenzmeldung definiert die Inhalte (Sequenzmetadaten, Einsenderinformationen, etc.), die von Laboren an das RKI übermittelt werden müssen. In der Sequenzmeldung muss ein Sequenz-Laborbericht referenziert werden.
Type Composition
Kind resource

Resources that use this resource

StructureDefinition
NotificationBundleSequence Sequenzmeldevorgang

Resources that this resource uses

StructureDefinition
https://demis.rki.de/fhir/StructureDefinition/Notification Meldung
LaboratoryReportSequence Sequenz-Laborbericht


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "NotificationSequence",
  "url" : "https://demis.rki.de/fhir/igs/StructureDefinition/NotificationSequence",
  "version" : "2.0.1",
  "name" : "NotificationSequence",
  "title" : "Sequenzmeldung",
  "status" : "active",
  "date" : "2024-10-31",
  "description" : "Die Sequenzmeldung definiert die Inhalte (Sequenzmetadaten, Einsenderinformationen, etc.), die von Laboren an das RKI übermittelt werden müssen. In der Sequenzmeldung muss ein Sequenz-Laborbericht referenziert werden.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Composition",
  "baseDefinition" : "https://demis.rki.de/fhir/StructureDefinition/Notification",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Composition.meta",
        "path" : "Composition.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.meta.profile",
        "path" : "Composition.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "https://demis.rki.de/fhir/igs/StructureDefinition/NotificationSequence",
        "mustSupport" : true
      },
      {
        "id" : "Composition.contained",
        "path" : "Composition.contained",
        "max" : "0"
      },
      {
        "id" : "Composition.type",
        "path" : "Composition.type",
        "definition" : "Typ der Composition. In DEMIS ist der Typ immer mit dem Wert 34782-3 (Infectious disease Note) aus dem entsprechend hinterlegten LOINC-ValueSet zu belegen."
      },
      {
        "id" : "Composition.type.coding",
        "path" : "Composition.type.coding",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://loinc.org",
          "code" : "34782-3",
          "display" : "Infectious disease Note"
        },
        "mustSupport" : true
      },
      {
        "id" : "Composition.category",
        "path" : "Composition.category",
        "short" : "Art der Meldung",
        "definition" : "Art der Meldung. Für die IGS-Meldung ist category mit dem LOINC-Code \"Laboratory report\" im coding zu belegen.",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.category.coding",
        "path" : "Composition.category.coding",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://loinc.org",
          "code" : "11502-2",
          "display" : "Laboratory report"
        },
        "mustSupport" : true
      },
      {
        "id" : "Composition.subject",
        "path" : "Composition.subject",
        "short" : "Verweis auf die betroffene Person (nichtnamentlich).",
        "definition" : "Verweis auf die betroffene Person (nichtnamentlich).",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonNotByName"
            ],
            "aggregation" : [
              "bundled"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.subject.reference",
        "path" : "Composition.subject.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.relatesTo",
        "path" : "Composition.relatesTo",
        "short" : "Verweis auf die vorangegangene Meldung an das Gesundheitsamt",
        "definition" : "Es muss die vorangegangene Meldung an das Gesundheitsamt referenziert werden. Dazu wird die vom einsendenden Labor generierete, eindeutige UUID, die im Meldevorgang 1 (erste Meldung an das Gesundheitsamt) als MeldungsID (NotificationID) verwendet wurde, im relatesTo-Identifier angegeben.",
        "min" : 1
      },
      {
        "id" : "Composition.section",
        "path" : "Composition.section",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "code.coding"
            }
          ],
          "rules" : "closed"
        }
      },
      {
        "id" : "Composition.section:laboratoryReport",
        "path" : "Composition.section",
        "sliceName" : "laboratoryReport",
        "short" : "Enthält einen Verweis auf einen Sequenz-Laborbericht",
        "definition" : "Enthält einen Verweis auf einen Sequenz-Laborbericht",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:laboratoryReport.code",
        "path" : "Composition.section.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:laboratoryReport.code.coding",
        "path" : "Composition.section.code.coding",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://loinc.org",
          "code" : "11502-2",
          "display" : "Laboratory report"
        },
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:laboratoryReport.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://demis.rki.de/fhir/igs/StructureDefinition/LaboratoryReportSequence"
            ],
            "aggregation" : [
              "bundled"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:laboratoryReport.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:laboratoryReport.section",
        "path" : "Composition.section.section",
        "contentReference" : "http://hl7.org/fhir/StructureDefinition/Composition#Composition.section"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.